ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / SourceCollection Property

In This Topic
    SourceCollection Property (IItemsSource<T>)
    In This Topic
    Gets or sets the source collection.
    Syntax
    'Declaration
     
    Property SourceCollection As IEnumerable(Of T)
    IEnumerable<T> SourceCollection {get; set;}
    See Also